=========================================================
Python example
Rich Nielsen
Oct 28 2010
nielsen.rich@gmail.com
=========================================================

This is a simple script that demonstrates how to do basic 
web-scraping and html parsing.  It grabs three pages from 
the IQSS blog and gets started on a very simple parsing.
Nothing fancy.  

The output is included here so that you can see what you 
should be getting.  

The script relies on knowing the directories where you want
to place data.  You need to change your directory in the 
script of course.

I ran this script on python 2.6.4.  You may need to install
some libraries.  They are all available online and the help 
pages should have instructions for how to install them.  
One exception from the usual installation routine:
beautiful soup is a simple .py file that you
place in the right directory.